You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
AddProduct Method
>
MtxExpr.AddProduct Method ([In] TVec, [In] TVec, [In] TVec)
Dew Math for .NET
MtxExpr.AddProduct Method ([In] TVec, [In] TVec, [In] TVec)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
AddProduct Method
Collapse All
Computes X + Y*Z
Syntax
C#
Visual Basic
public
static
Vector
AddProduct
([In]
TVec
X
, [In]
TVec
Y
, [In]
TVec
Z
);
Public
static
Function
AddProduct
(
X
As
[In]
TVec
,
Y
As
[In]
TVec
,
Z
As
[In]
TVec
)
As
Vector
Remarks
Internally calls
Vector.AddProduct
Group
AddProduct Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
AddProduct Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!